[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 twStopWatch( nStart, nStop )
 ----------------------------------------------------------------------------
     Returns the number of clock ticks between nStart and nStop if
     nStart is greater than nStop.

       Arguments:

     nStart - 'N' Start time in seconds. A return from SECONDS().

     nStop  - 'N' Stop time in seconds.

       Return:

     Numeric value for nStop - nStart.

       Example:

     DO WHILE twStopWatch( nSecs, SECONDS()) <= nTime
     ENDDO



This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson